All Packages Class Hierarchy This Package Previous Next Index
Class quicktime.std.clocks.ExtremesCallBack
java.lang.Object
|
+----quicktime.QTObject
|
+----quicktime.std.clocks.QTCallBack
|
+----quicktime.std.clocks.ExtremesCallBack
- public abstract class ExtremesCallBack
- extends QTCallBack
Provides scheduled operations at the start or stop times of the callback time base.
refer to QTCallBack in QuickTime
-
flags
- Determines when the callback will be called.
-
ExtremesCallBack(TimeBase, int)
- This allows your application to obtain a new callback.
-
callMeWhen()
- Specifies the time when the callback sholud be called.
-
toString()
- String representation of this class.
flags
public int flags
- Determines when the callback will be called.
ExtremesCallBack
public ExtremesCallBack(TimeBase tb,
int flags) throws QTException
- This allows your application to obtain a new callback.
QuickTime::NewCallBack()
- Parameters:
- tb - the time base that the callback is attached too.
- flags - the conditions under which the Callback will be executed
callMeWhen
public final void callMeWhen() throws StdQTException
- Specifies the time when the callback sholud be called.
Should set flags specify certain scheduling information
as triggerAtStart or triggerAtStop.
QuickTime::CallMeWhen
- Overrides:
- callMeWhen in class QTCallBack
toString
public String toString()
- String representation of this class.
- Overrides:
- toString in class QTObject
All Packages Class Hierarchy This Package Previous Next Index